home *** CD-ROM | disk | FTP | other *** search
/ Earth & Beyond / Earth and Beyond (EA Games)(Disc 1).ISO / ENBData.cab / _D34A4B60E85741E2994852160300A94C < prev    next >
Text File  |  2002-06-28  |  1KB  |  49 lines

  1. ; Orbital.ini
  2.  
  3. [ORBITALS]
  4. NUM_ORBITALS=2;
  5. LIGHTCOLOR=LightColor.Space;
  6. SKYCOLOR=SkyColor.Space;
  7. SKYEMISSIVE=SkyEmissive.Yellow Ambient;
  8.  
  9. ;[SAMPLEORBITAL]
  10. ;OBJECT= Render Object Name
  11. ;LIGHTINTENSITY= Spline Name
  12. ;SKYINTENSITY= Spline Name
  13. ;STARTANGLE= Multiple of PI 0 = down, 1 = up 0.5 = east
  14. ;RX= Multiple of PI rotation about the X axis. Must be 0.0 for land lights
  15. ;RZ= Multiple of PI rotation about the Z axis. Must be 0.0 for land lights
  16. ;DISTANCE= In normal units away from CAMERA
  17. ;ORBITSPERHOUR= Number of orbits per hour
  18. ;LIGHTRADIUS= Angular radius of the light. If left blank program will calculate based on distance and radius
  19.  
  20.  
  21. [ORBITAL000]
  22. OBJECT=28
  23. FORCE_VISIBLE=TRUE;
  24. STARTANGLE=0.75;
  25. RX=0.5;
  26. RZ=0;
  27. DISTANCE=500000;
  28. ORBITSPERHOUR=0;
  29. EMITS_LIGHT=TRUE;
  30. LIGHTINTENSITY=LightIntensity.Yellow Sun;
  31. SKYINTENSITY=SkyIntensity.Sun;
  32. SCALE=1.1
  33. HUE=0
  34.  
  35. [ORBITAL001]
  36. OBJECT=28
  37. FORCE_VISIBLE=TRUE;
  38. STARTANGLE=0.75;
  39. RX=0.55;
  40. RZ=0.1;
  41. DISTANCE=500000;
  42. ORBITSPERHOUR=0;
  43. EMITS_LIGHT=TRUE;
  44. LIGHTINTENSITY=LightIntensity.Orange Sun;
  45. SKYINTENSITY=SkyIntensity.Sun;
  46. SCALE=0.70
  47. HUE=-40
  48.  
  49.